home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / jpeg4386.zip / README < prev    next >
Text File  |  1993-02-08  |  6KB  |  127 lines

  1. The Independent JPEG Group's JPEG software
  2. ==========================================
  3.  
  4. This distribution contains MS-DOS executable copies of version 4 of the
  5. Independent JPEG Group's free JPEG software.  You are welcome to redistribute
  6. this software and to use it for any purpose, subject to the conditions under
  7. LEGAL ISSUES, below.
  8.  
  9. This version of the software runs ONLY on MS-DOS machines with 386 or 486
  10. CPUs.  It is compiled to use 386 32-bit instructions, and it runs about 25%
  11. faster than the regular 16-bit DOS version.  You need at least 1.5 MB free
  12. extended memory.  If you have too little extended memory, excessive swapping
  13. will occur, and then this version may be no faster than the regular version.
  14. This version will run under plain MS-DOS, QEMM, Windows 3.x (in a DOS window),
  15. and probably under OS/2 2.0 as well.  At last report it would NOT run under
  16. DESQview.  If you don't have a compatible system, use the regular DOS version,
  17. posted separately.
  18.  
  19. For usage instructions, see the file USAGE.  Useful information can also be
  20. found in the JPEG FAQ (Frequently Asked Questions) article, posted regularly
  21. in the Usenet news.answers newsgroup.
  22.  
  23. Please report any problems with this software to jpeg-info@uunet.uu.net.
  24.  
  25.  
  26. INSTALLATION
  27. ============
  28.  
  29. Put the CJPEG.EXE and DJPEG.EXE files someplace handy --- probably in a
  30. directory named in your PATH setting.  Squirrel away the MODXCONF.EXE file;
  31. you'll only need it if you need to change the virtual memory "region size"
  32. setting of CJPEG.EXE or DJPEG.EXE.  (This is discussed in the USAGE file.)
  33.  
  34. If you don't have a good deal of free space on your C: drive, you'll need to
  35. change the default swap file location.  See Virtual Memory Notes in the USAGE
  36. file.  (This does not apply if you run only under Windows.)
  37.  
  38.  
  39. ABOUT JPEG FILE FORMATS
  40. =======================
  41.  
  42. CAUTION: Handmade Software's shareware PC program GIF2JPG produces files that
  43. are totally incompatible with our programs (and everyone else's too).  They
  44. use a proprietary format that is an amalgam of GIF and JPEG representations.
  45. However, you can force GIF2JPG to produce compatible files with its -j switch,
  46. and their decompression program JPG2GIF can read our files (at least ones
  47. produced with our default option settings).
  48.  
  49. The file format we have adopted is called JFIF.  This format has been agreed
  50. to by a number of major commercial JPEG vendors, and we expect that it will
  51. become the de facto standard.  JFIF is a minimal representation; work is also
  52. going forward to incorporate JPEG compression into the TIFF 6.0 standard, for
  53. use in "high end" applications that need to record a lot of additional data
  54. about an image.  We intend to support TIFF 6.0 in the future.  We hope that
  55. these two formats will be sufficient and that other, incompatible JPEG file
  56. formats will not proliferate.
  57.  
  58. Indeed, part of the reason for developing and releasing this free software is
  59. to help force rapid convergence to de facto standards for JPEG file formats.
  60. SUPPORT STANDARD, NON-PROPRIETARY FORMATS: demand JFIF or TIFF 6.0!
  61.  
  62.  
  63. LEGAL ISSUES
  64. ============
  65.  
  66. The authors make NO WARRANTY or representation, either express or implied,
  67. with respect to this software, its quality, accuracy, merchantability, or
  68. fitness for a particular purpose.  This software is provided "AS IS", and you,
  69. its user, assume the entire risk as to its quality and accuracy.
  70.  
  71. This software is copyright (C) 1991, 1992, Thomas G. Lane.
  72. All Rights Reserved except as specified below.
  73.  
  74. Permission is hereby granted to use, copy, modify, and distribute this
  75. software (or portions thereof) for any purpose, without fee, subject to these
  76. conditions:
  77. (1) If any part of the source code for this software is distributed, then this
  78. README file must be included, with this copyright and no-warranty notice
  79. unaltered; and any additions, deletions, or changes to the original files
  80. must be clearly indicated in accompanying documentation.
  81. (2) If only executable code is distributed, then the accompanying
  82. documentation must state that "this software is based in part on the work of
  83. the Independent JPEG Group".
  84. (3) Permission for use of this software is granted only if the user accepts
  85. full responsibility for any undesirable consequences; the authors accept
  86. NO LIABILITY for damages of any kind.
  87.  
  88. Permission is NOT granted for the use of any IJG author's name or company name
  89. in advertising or publicity relating to this software or products derived from
  90. it.  This software may be referred to only as "the Independent JPEG Group's
  91. software".
  92.  
  93. We specifically permit and encourage the use of this software as the basis of
  94. commercial products, provided that all warranty or liability claims are
  95. assumed by the product vendor.
  96.  
  97.  
  98. We are required to state that
  99.     "The Graphics Interchange Format(c) is the Copyright property of
  100.     CompuServe Incorporated.  GIF(sm) is a Service Mark property of
  101.     CompuServe Incorporated."
  102.  
  103.  
  104. SOURCE CODE
  105. ===========
  106.  
  107. The source code from which this software was generated is freely available.
  108. The "official" archive site for the source code is ftp.uu.net (Internet
  109. address 137.39.1.9 or 192.48.96.9).  The most recent released version can
  110. always be found there in directory graphics/jpeg.  This particular version is
  111. jpegsrc.v4.tar.Z.  If you are on the Internet, you can retrieve files from
  112. UUNET by anonymous FTP.  If you don't have FTP access, UUNET's archives are
  113. also available via UUCP; contact postmaster@uunet.uu.net for information on
  114. retrieving files that way.
  115.  
  116. The source is also available in the SIMTEL20 archives (graphics/jpegsrc4.zip)
  117. and on CompuServe (exact location not known yet).  These copies are ZIP files
  118. which may be easier for PC users to deal with.
  119.  
  120. You are welcome to use the source code in other JPEG-related programs.
  121. The conditions for doing so may be found in LEGAL ISSUES, above.
  122.  
  123. The executables in this package were compiled using Intel's 386/486 C Code
  124. Builder (TM) 32-bit compiler.  (Thanks to Bailey Brown for preparing these
  125. files.)  Note that the user interface used by these programs differs from the
  126. Unix-style user interface found in the main IJG distribution.
  127.